home *** CD-ROM | disk | FTP | other *** search
- GeneralTextInspector = {
- ACTIONS = {
- changeAlignment:;
- changeBgGray:;
- takeAlignmentFrom:;
- changeBgColor:;
- changeBorderType:;
- takeBgGrayFrom:;
- changeTextColor:;
- ok:;
- takeRepresentationFrom:;
- takeTextGrayFrom:;
- takeBorderTypeFrom:;
- revert:;
- changeTextGray:;
- };
- OUTLETS = {
- bgGrayMatrix;
- alignmentMatrix;
- borderTypeMatrix;
- colorWell;
- bgColorWell;
- textGrayMatrix;
- };
- SUPERCLASS = Inspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SimpleGraphicInspector = {
- ACTIONS = {
- changeFillGrayWithMatrix:;
- changeLineThickness:;
- changeUseOfFill:;
- changeLineGrayWithMatrix:;
- changeFillColor:;
- changeUseOfOutline:;
- changeLineColor:;
- };
- OUTLETS = {
- lineGrayMatrix;
- fillGrayMatrix;
- useOutlineSwitch;
- lineWidthMatrix;
- lineColorWell;
- fillColorWell;
- useFillSwitch;
- };
- SUPERCLASS = Inspector;
- };
- Inspector = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- selectedGraphic;
- slist;
- controller;
- graphicView;
- panel;
- };
- SUPERCLASS = Object;
- };
-